home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _f80ebe1241fdf140e12feb0eaa941c2c < prev    next >
Encoding:
Text File  |  2001-09-04  |  173 b   |  8 lines

  1. #!/usr/bin/perl -n
  2.  
  3. # $RCSfile: rmfrom,v $$Revision: 4.1 $$Date: 92/08/07 17:20:31 $
  4.  
  5. # A handy (but dangerous) script to put after a find ... -print.
  6.  
  7. chop; unlink;
  8.